Q3ViewerUseFile
You can use theQ3ViewerUseFile
function to set the file containing the 3D model to be displayed in a viewer object.
OSErr Q3ViewerUseFile (TQ3ViewerObject theViewer, long refNum);
theViewer
- A viewer object.
refnum
- The file reference number of an open file.
DESCRIPTION
TheQ3ViewerUseFile
function sets the 3D data file to be displayed in the viewer object specified by thetheViewer
parameter to the open file having the file reference number specified by therefnum
parameter.